home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / real / gadget / r3macsli.js < prev    next >
Encoding:
JavaScript  |  2005-04-04  |  1.3 KB  |  62 lines

  1.  
  2. // JavaScript wrapper for r3macsli.h
  3. // Auto generated file, do not modify by hand
  4. // Copyright ⌐ 2004, Realsoft Graphics Oy
  5.  
  6. var R3_MACROSLIDER_H = 1;
  7. include("oops/r3slider.js")
  8.  
  9.  
  10. var R3CLID_MACROSLIDER = 1476;
  11.  
  12.  
  13.  
  14.  
  15. // Virtual method
  16.  
  17. R3MSM_ = 1476000;
  18.  
  19. function mR3MSM_() {
  20.   DoA(this.r3obj, 1476000, 0, R3TID_INTEGER, 0);
  21. }
  22.  
  23.  
  24.  
  25.  
  26. R3MSA_MacroString = 1476500;
  27. function SetR3MSA_MacroString(value) {
  28.   R3Set(this.r3obj, R3MSA_MacroString, value, R3TID_STRING, 0); 
  29. }
  30.  
  31. function GetR3MSA_MacroString() {
  32.   return R3Get(this.r3obj, R3MSA_MacroString, R3TID_STRING, 0); 
  33. }
  34.  
  35. R3MSA_InterpreterClid = 1476501;
  36. function SetR3MSA_InterpreterClid(value) {
  37.   R3Set(this.r3obj, R3MSA_InterpreterClid, value, R3TID_INTEGER, 0); 
  38. }
  39.  
  40. function GetR3MSA_InterpreterClid() {
  41.   return R3Get(this.r3obj, R3MSA_InterpreterClid, R3TID_INTEGER, 0); 
  42. }
  43.  
  44.  
  45.  
  46. function r3Macroslider () { 
  47.    this.base = r3God;
  48.    if(arguments.length) {
  49.       this.base(R3CLID_MACROSLIDER, arguments);
  50.    }
  51.    // Methods
  52.    this.=mR3MSM_;
  53.  
  54.    // Attributes
  55.    this.GetMacroString=GetR3MSA_MacroString;
  56.    this.SetMacroString=SetR3MSA_MacroString;
  57.    this.GetInterpreterClid=GetR3MSA_InterpreterClid;
  58.    this.SetInterpreterClid=SetR3MSA_InterpreterClid;
  59. }
  60.  
  61. r3Macroslider.prototype=new r3Slider;
  62. // r3macsli.h_H